@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

input, button {
  outline: none;
  background: none;
  border: none;
}

.container {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flexFull {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.acenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.astart {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.jstart {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.jcenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dcenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.auto {
  width: auto;
}

.flex1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
}

.flex1 ul li {
  width: 100%;
}

.mt24 {
  margin-top: 24px !important;
}

.mt36 {
  margin-top: 36px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.t {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.t2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*!autoprefixer:off*/
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}

.t3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /*!autoprefixer:off*/
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}

.t4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /*!autoprefixer:off*/
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}

.t5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  /*!autoprefixer:off*/
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}

img {
  display: block;
  height: auto;
}

.img {
  display: block;
}

.img img {
  display: block;
  width: 100%;
  height: 100%;
}

.ah:hover {
  color: #FF7900 !important;
}

.scro-x {
  display: -webkit-box;
  display: -ms-flexbox;
  overflow-x: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.scro-x::-webkit-scrollbar {
  display: none;
}

.header .logo {
  display: block;
  width: 266px;
  height: 54px;
}

.header .nav ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .nav ul .active a {
  background: #FF7900;
  color: #fff;
}

.header .nav ul li:not(:last-child) {
  margin-right: 15px;
}

.header .nav ul li a {
  font-size: 18px;
  color: #333;
  padding: 16px 22px;
  display: block;
}

.header .nav ul li a:hover {
  background: #FF7900;
  color: #fff;
}

.header .nav .search {
  margin-left: 10px;
}

.header .nav .search .search-form input {
  height: 38px;
  color: #aaa;
  padding: 0 10px;
  border: 1px solid #33B56F;
}

.header .nav .search .search-form button {
  height: 40px;
  border: 0;
  background: #33B56F;
  color: #fff;
  padding: 0 20px;
  margin-left: -5px;
}

.banner {
  width: 100%;
}

.col-1 {
  width: 790px;
}

.col-2 {
  margin-left: 40px;
}

.left {
  width: 790px;
}

.right {
  width: 380px;
}

.col-3 {
  padding-left: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
}

.col-3 .news ul li {
  width: 100%;
}

.panel1 {
  width: 400px;
}

.panel2 {
  padding-left: 21px;
}

.panel3 {
  width: 360px;
}

.mt12 {
  margin-top: 12px;
}

.mt14 {
  margin-top: 14px;
}

.mt16 {
  margin-top: 16px;
}

.mt30 {
  margin-top: 30px;
}

.mt25 {
  margin-top: 25px;
}

.mt40 {
  margin-top: 40px;
}

.ml19 {
  margin-left: 19px;
}

.public-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #EEEEEE;
}

.public-title strong {
  font-size: 16px;
  color: #333;
  padding-left: 22px;
  padding-bottom: 18px;
  position: relative;
}

.public-title strong::before {
  content: "";
  position: absolute;
  left: 0;
  top: 32%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #FF7900;
}

.public-title .line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 10px;
  height: 1px;
  background: #EEEEEE;
}

.public-title a {
  margin-bottom: 19px;
  font-size: 12px;
  color: #999;
}

.public-title a:hover {
  color: #FF7900;
}

.top-news1 {
  margin-top: 22px;
}

.top-news1 .img {
  width: 140px;
  height: 80px;
}

.top-news1 .des {
  padding-left: 17px;
}

.top-news1 .des a {
  font-size: 16px;
  color: #333;
}

.top-news1 .des a:hover {
  color: #FF7900;
}

.top-news1 .des span {
  font-size: 14px;
  color: #999;
}

.mt9 {
  margin-top: 9px !important;
}

.mt18 {
  margin-top: 18px !important;
}

.news ul li {
  margin-top: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news ul li label {
  font-size: 14px;
  color: #999;
}

.news ul li a {
  font-size: 16px;
  color: #333;
  width: 76%;
  position: relative;
}

.news ul li a:hover {
  color: #FF7900;
}

.news ul li span {
  font-size: 14px;
  color: #999;
}

.news ul li .read {
  width: 38px;
  height: 20px;
  border: 1px solid #368CCA;
  border-radius: 6px;
  font-size: 12px;
  color: #FF7900;
  text-align: center;
  line-height: 20px;
}

.news2 ul li {
  width: 180px;
  margin-top: 30px;
}

.news2 ul li a:hover .title {
  color: #FF7900;
}

.news2 ul li a .img {
  width: 100%;
  height: 110px;
  overflow: hidden;
}

.news2 ul li a .img img {
  height: auto;
  min-height: 100%;
}

.news2 ul li a .title {
  text-align: center;
  margin-top: 12px;
  font-size: 16px;
  color: #333;
  width: 100%;
}

.news1 ul li a {
  position: relative;
  padding-left: 26px;
}

.news1 ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  width: 9px;
  height: 10px;
  background: url(../images/icon1.png) no-repeat;
  background-size: 100%;
}

.games ul li {
  width: 25%;
  margin-top: 28px;
}

.games ul li a:hover .des .title, .games ul li a:hover .des .watch {
  color: #FF7900;
}

.games ul li a .img {
  width: 90px;
  height: 90px;
}

.games ul li a .img img {
  border-radius: 16px;
}

.games ul li a .des {
  padding: 12px;
}

.games ul li a .des .title {
  font-size: 16px;
  color: #333;
}

.games ul li a .des .watch {
  font-size: 16px;
  color: #999;
}

.games ul li .title {
  text-align: center;
  font-size: 16px;
  color: #333;
  margin-top: 13px;
  width: 100%;
}

.games ul li .title:hover {
  color: #FF7900;
}

.infoSty {
  position: relative;
}

.infoSty .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.5);
}

.infoSty .info a, .infoSty .info p {
  padding-left: 20px;
  width: 70%;
  font-size: 16px;
  color: #fff;
}

.infoSty .info span {
  font-size: 14px;
  color: #fff;
}

.top-news1 {
  margin-top: 20px;
}

.top-news1 .img {
  width: 162px;
  height: 85px;
}

.top-news1 .des {
  padding-left: 13px;
}

.top-news1 .des a {
  font-size: 16px;
  color: #333;
  line-height: 30px;
}

.top-news1 .des a:hover {
  color: #FF7900;
}

.top-news1 .des span {
  font-size: 14px;
  color: #999;
}

.row0 .left .panels .img {
  width: 320px;
  height: 370px;
}

.row0 .left .panels .panel-news {
  padding-left: 30px;
}

.row0 .left .panels .top-news {
  padding-top: 6px;
  padding-bottom: 26px;
  border-bottom: 1px solid #EEEEEE;
}

.row0 .left .panels .top-news a {
  font-size: 20px;
  color: #FF7900;
}

.row0 .left .panels .top-news p {
  margin-top: 14px;
  font-size: 14px;
  color: #555;
  line-height: 24px;
}

.pt10 {
  padding-top: 10px;
}

.row2 .left .row2-1 ul {
  padding-top: 6px;
}

.row2 .left .row2-1 ul li {
  width: 48%;
  margin-top: 20px;
}

.row2 .left .row2-1 ul li a {
  padding: 16px;
  border: 1px solid #E5E5E5;
}

.row2 .left .row2-1 ul li a:hover .des p {
  color: #FF7900;
}

.row2 .left .row2-1 ul li a .img {
  width: 68px;
  height: 68px;
  overflow: hidden;
}

.row2 .left .row2-1 ul li a .img img {
  height: auto;
  min-height: 100%;
}

.row2 .left .row2-1 ul li a .des {
  padding-left: 20px;
}

.row2 .left .row2-1 ul li a .des p {
  font-size: 16px;
  color: #333;
  line-height: 24px;
}

.row2 .left .row2-1 ul li a .des .info span {
  font-size: 14px;
  color: #999;
}

.row2 .left .row2-1 ul li a .des .info .watch {
  font-size: 15px;
  color: #fff;
  width: 58px;
  height: 27px;
  background: #32B56F;
  text-align: center;
  line-height: 27px;
}

.row2 .left .row-2 .panels > div {
  width: 48%;
}

.row2 .left .row-2 .panels .panel2 {
  margin-top: 16px;
}

.row2 .left .row-2 .panels .panel2 .img {
  width: 100%;
  height: 129px;
}

.row2 .left .row-2 .panels .panel2 .news {
  margin-top: -10px;
}

.row2 .left .row-2 .panels .panel2 .news ul li {
  margin-top: 18px;
}

.mt10 {
  margin-top: 10px;
}

.mt16 {
  margin-top: 16px;
}

.mt20 {
  margin-top: 20px;
}

.mt26 {
  margin-top: 26px;
}

.mt28 {
  margin-top: 28px;
}

.link p {
  margin-top: 14px;
  line-height: 30px;
  font-size: 12px;
}

.link p a {
  font-size: 12px;
  color: #333;
  margin-right: 12px;
}

.link p a:hover {
  color: #FF7900;
}

.footer {
  background: #333;
  margin-top: 50px;
  padding: 46px 0;
}

.footer p {
  font-size: 13px;
  color: #999;
  text-align: center;
  line-height: 36px;
}

.footer p a {
  font-size: 13px;
  color: #999;
  margin: 0 4px;
}

.footer p a:hover {
  color: #FF7900;
}

.bread-nav {
  padding: 20px 0;
}

.bread-nav .breadCrumbs li {
  display: inline-block;
  font-size: 14px;
  color: #999;
}

.bread-nav .breadCrumbs li img {
  width: 12px;
  height: 14px;
  padding-right: 2px;
}

.bread-nav .breadCrumbs li a {
  font-size: 14px;
  color: #999;
}

.bread-nav .breadCrumbs li a:hover {
  color: #FF7900;
}

.col-800 {
  width: 800px;
}

.main .item-list ul li {
  padding: 34px 0 18px;
  border-bottom: 1px dashed #EEEEEE;
}

.main .item-list ul li .r1 .img {
  width: 150px;
  height: 90px;
  overflow: hidden;
}

.main .item-list ul li .r1 .img img {
  height: auto;
  min-height: 100%;
}

.main .item-list ul li .r1 .des {
  padding-left: 20px;
}

.main .item-list ul li .r1 .des a {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

.main .item-list ul li .r1 .des a:hover {
  color: #FF7900;
}

.main .item-list ul li .r1 .des p {
  font-size: 14px;
  color: #888;
  line-height: 24px;
}

.main .item-list ul li .r2 {
  margin-top: 16px;
}

.main .item-list ul li .r2 p {
  max-width: 80%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main .item-list ul li .r2 p span {
  font-size: 14px;
  color: #999;
  margin-right: 30px;
}

.main .item-list ul li .r2 .watch {
  font-size: 14px;
  color: #FF7900;
}

.main .games-list ul li {
  padding: 20px 0;
  border-bottom: 1px dashed #EEEEEE;
}

.main .games-list ul li > div .img {
  width: 100px;
  height: 100px;
}

.main .games-list ul li > div .img img {
  border-radius: 16px;
}

.main .games-list ul li > div .des {
  width: 74%;
}

.main .games-list ul li > div .des .title {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  width: 74%;
}

.main .games-list ul li > div .des .title:hover {
  color: #FF7900;
}

.main .games-list ul li > div .des p {
  font-size: 14px;
  color: #888;
  line-height: 24px;
  padding-bottom: 4px;
}

.main .games-list ul li > div .watch {
  margin-top: 44px;
  font-size: 14px;
  color: #FF7900;
}

.main .detail .art-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #EEEEEE;
}

.main .detail .art-head h1 {
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
  text-align: left;
}

.main .detail .art-head p span {
  font-size: 14px;
  color: #999;
  margin-right: 50px;
}

.main .detail .art-cont {
  font-size: 15px;
  line-height: 36px;
  color: #636363;
  padding: 30px 0;
}

.main .detail .art-cont a {
  display: inline-block;
  font-size: 15px;
  color: #FF7900;
  text-indent: 0;
}

.main .detail .art-cont .img {
  display: block;
  width: 100%;
}

.main .detail .art-cont .img img {
  display: block;
  width: 100%;
  height: auto;
}

.main .detail .art-cont img {
  display: block;
  max-width: 600px !important;
  height: auto;
  margin: 10px auto;
}

.main .detail .art-cont p {
  font-size: 15px;
  line-height: 36px;
  color: #636363;
  text-indent: 2em;
}

.main .detail .pages ul li {
  margin-top: 10px;
  background: #F7F7F7;
  font-size: 16px;
  padding: 12px 17px;
  color: #999;
}

.main .detail .pages ul li a {
  font-size: 16px;
  color: #999;
  width: 74%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 10px;
}

.main .detail .pages ul li a:hover {
  color: #FF7900;
}

.main .detail .like-news ul li {
  padding: 25px 0;
  border-bottom: 1px dashed #D2D2D2;
}

.main .detail .like-news ul li .info .title {
  font-size: 16px;
  color: #222;
  width: 84%;
}

.main .detail .like-news ul li .info .title:hover {
  color: #FF7900;
}

.main .detail .like-news ul li .info .watch {
  font-size: 12px;
  color: #FF7900;
}

.main .detail .like-news ul li p {

}

.main .detail .like-news ul li p span {
  font-size: 12px;
  color: #999;
  margin-right: 40px;
}

.main .detail .gameInfo .img {
  width: 136px;
  height: 136px;
}

.main .detail .gameInfo .img img {
  border-radius: 16px;
}

.main .detail .gameInfo .des {
  padding-top: 6px;
  padding-left: 24px;
}

.main .detail .gameInfo .des h1 {
  font-size: 24px;
  color: #333;
  text-align: left;
  margin: 0;
}

.main .detail .gameInfo .des p {
  font-size: 14px;
  color: #888;
  line-height: 30px;
}

.main .detail .game-cont {
  margin-top: 30px;
}

.main .detail .game-cont .cont {
  font-size: 15px;
  line-height: 36px;
  color: #666;
  padding: 16px 0;
}

.main .detail .game-cont .cont a {
  display: inline-block;
  font-size: 15px;
  color: #FF7900;
  text-indent: 0;
}

.main .detail .game-cont .cont .img {
  display: block;
  width: 100%;
}

.main .detail .game-cont .cont .img img {
  display: block;
  width: 100%;
  height: auto;
}

.main .detail .game-cont .cont img {
  display: block;
  max-width: 600px !important;
  height: auto;
  margin: 10px auto;
}

.main .detail .game-cont .cont p {
  font-size: 15px;
  line-height: 36px;
  color: #666;
  text-indent: 2em;
}

.main .detail .game-pic {
  margin-top: 20px;
}

.main .detail .game-pic .swiper-slide img {
  width: 100%;
  height: 100%;
}

.main .col-2 .hot-games ul li {
  margin-top: 10px;
}

.main .col-2 .hot-games ul li:nth-child(2n) a {
  background: #fff;
}

.main .col-2 .hot-games ul li:nth-child(2n+1) a {
  background: #F7F7F7;
}

.main .col-2 .hot-games ul li:hover a p {
  color: #FF7900;
}

.main .col-2 .hot-games ul li a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 14px;
}

.main .col-2 .hot-games ul li a .img {
  width: 60px;
  height: 60px;
}

.main .col-2 .hot-games ul li a .img img {
  border-radius: 16px;
}

.main .col-2 .hot-games ul li a p {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  width: 54%;
}

.main .col-2 .hot-games ul li a span {
  font-size: 14px;
  color: #FF7900;
}

/* 分页 */
.pagination {
  text-align: center;
  padding: 40px 0;
}

.pagination .thisclass {
  color: #fff;
  font-weight: bold;
  background: #FF7900 !important;
  border: none !important;
}

.pagination .thisclass span {
  color: #fff;
}

.pagination li {
  display: inline-block;
  margin: 0 9px;
  padding: 5px 11px;
  font-size: 16px;
  border: 1px solid #DCDCDC;
}

.pagination li:hover {
  background: #FF7900;
  color: #fff;
  border: 1px solid #FF7900;
}

.pagination li:hover a {
  color: #fff;
}

.pagination li .page-link {
  cursor: pointer;
}

.pagination li span, .pagination li a {
  color: #999;
  display: inline-block;
}

.head {
  height: 80px;
}

.logo {
  display: block;
  margin-top: 15px;
}

.logo img {
  height: 100%;
}

.nav > ul {
  overflow: hidden;
}

.nav > ul > li {
  display: inline-block;
  margin: 0 30px;
  line-height: 48px;
}

.nav > ul > li a {
  display: block;
  color: #ffffff;
  font-size: 18px;
}

/* search */
.search-form {
  position: relative;
}

.search-form-input {
  border: 1px solid #fff;
  padding: 10px 10px 11px 10px;
  width: 240px;
}

.search-form-submit {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 16px;
  cursor: pointer;
  border: 1px solid #ffdd85;
  background: #ffdd85;
  color: #222;
  font-size: 14px;
}

.header-banner {
  height: 390px;
  background: url("../images/banner.jpg") center top no-repeat;
}

.head-nav {
  background-color: #333333;
}

.head-search {
  margin-top: 18px;
}

.head-search input {
  height: 40px;
  border: 1px solid #d2d2d2;
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
}

.head-search span {
  height: 42px;
  display: inline-block;
  vertical-align: middle;
  background-color: #FF8B26;
  color: #ffffff;
  width: 97px;
  text-align: center;
  line-height: 42px;
}
